Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.services
/
HealthService
/
HealthResponses
Health
Responses
@
Serializable
data
class
HealthResponses
(
val
code
:
Int
,
val
message
:
String
)
Members
Constructors
Health
Responses
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
)
Properties
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String